Import the libraries

Reading the different input datasets

Analyzing the datasets: Prelim EDA's

Dataset 1: Country statistics UN Dataset

Data distributions
Handling the invalid entries
IQR distributions

Dataset 2: Global GDP Dataset

Growth rate of GDP of different countries

Dataset 3: Country socio economic dataset

IQR analysis of the different features
Pair plots

Dataset 4: UN GDP across the countries

Analyzing the GDP dataset across the globe

Dataset 5: Pharmaceutical Drug Spending by countries

Pre-process
Distribution plot

Dataset 6: Income by country

Transform the dataset

End of code